projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0e5fe
)
(ispell-check-comments): Default is now t.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 9 May 1996 17:36:03 +0000
(17:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 9 May 1996 17:36:03 +0000
(17:36 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 5b850b8e41f5d10f0634dc9f40936e30ad10583e..95f870d8f6cd448379e3b4fc64778e00af4bd64d 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-322,8
+322,8
@@
This variable can be set by the user to whatever face they desire.
It's most convenient if the cursor color and highlight color are
slightly different.")
-(defvar ispell-check-comments
nil
- "*
Spelling of comments checked when non-nil
.")
+(defvar ispell-check-comments
t
+ "*
If nil, don't check spelling of comments
.")
(defvar ispell-query-replace-choices nil
"*Corrections made throughout region when non-nil.